|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jade.content.schema.ObjectSchema
|
+--jade.content.schema.ContentElementSchema
|
+--jade.content.schema.GenericActionSchema
|
+--jade.content.schema.AgentActionSchema
| Fields inherited from class jade.content.schema.GenericActionSchema |
BASE_NAME |
| Fields inherited from class jade.content.schema.ContentElementSchema |
BASE_NAME |
| Fields inherited from class jade.content.schema.ObjectSchema |
MANDATORY,
OPTIONAL |
| Constructor Summary | |
AgentActionSchema(java.lang.String name)
Constructor |
|
| Method Summary | |
void |
add(java.lang.String name,
TermSchema parameterSchema)
Add a parameter to the schema. |
void |
add(java.lang.String name,
TermSchema parameterSchema,
int cardinality)
Add a parameter to the schema. |
AbsObject |
newInstance()
Creates a new instance. |
| Methods inherited from class jade.content.schema.GenericActionSchema |
getBaseSchema |
| Methods inherited from class jade.content.schema.ObjectSchema |
addBaseSchema,
addElement,
addElement,
getNames,
getSchema,
getTypeName,
isAttribute,
isMandatory |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public AgentActionSchema(java.lang.String name)
name - name of the schema.| Method Detail |
public void add(java.lang.String name,
TermSchema parameterSchema)
name - name of the parameter.parameterSchema - schema of the parameter.
public void add(java.lang.String name,
TermSchema parameterSchema,
int cardinality)
name - name of the parameter.parameterSchema - schema of the parameter.cardinality - public AbsObject newInstance()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||